home *** CD-ROM | disk | FTP | other *** search
/ NeXT Education Software Sampler 1992 Fall / NeXT Education Software Sampler 1992 Fall.iso / Programming / Source / Looching2.0 / Bark.h next >
Encoding:
Text File  |  1990-01-30  |  183 b   |  14 lines

  1. @interface Bark : SynthPatch
  2. {
  3.     id LoochWave;
  4. }
  5.  
  6. + patchTemplateFor:aNote;
  7. - noteOnSelf:aNote;
  8. - noteUpdateSelf:aNote;
  9. - (double)noteOffSelf:aNote;
  10. - noteEndSelf;
  11. - initialize;
  12.  
  13. @end
  14.